home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1997 February
/
macformat-047.iso
/
Demos
/
Chiller Killers
/
Chiller
/
Chiller.DXR
/
00520.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-11-28
|
212 b
|
14 lines
on dropdrums
global st, wait, drumonly, drums
set st to 1
set wait to 1
if drumonly = 1 then
nothing()
else
mixdown()
puppetSound(1, 0)
set drums to 0
set drumonly to 0
end if
end